home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / resizer / resizef.dfm / resizef.txt
Encoding:
Text File  |  1995-12-22  |  2.3 KB  |  136 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 103
  4.   Width = 435
  5.   Height = 304
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnResize = FormResize
  13.   TextHeight = 16
  14.   object SpeedButton2: TSpeedButton
  15.     Left = 268
  16.     Top = 156
  17.     Width = 85
  18.     Height = 37
  19.   end
  20.   object Bevel1: TBevel
  21.     Left = 252
  22.     Top = 76
  23.     Width = 157
  24.     Height = 133
  25.   end
  26.   object Button1: TButton
  27.     Left = 260
  28.     Top = 12
  29.     Width = 65
  30.     Height = 57
  31.     Caption = 'Button1'
  32.     TabOrder = 0
  33.   end
  34.   object BitBtn2: TBitBtn
  35.     Left = 308
  36.     Top = 88
  37.     Width = 85
  38.     Height = 61
  39.     Caption = 'BitBtn2'
  40.     TabOrder = 1
  41.   end
  42.   object MaskEdit1: TMaskEdit
  43.     Left = 240
  44.     Top = 244
  45.     Width = 109
  46.     Height = 25
  47.     MaxLength = 0
  48.     TabOrder = 2
  49.     Text = 'MaskEdit1'
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 56
  53.     Top = 20
  54.     Width = 181
  55.     Height = 81
  56.     Caption = 'Panel1'
  57.     TabOrder = 3
  58.     object Edit1: TEdit
  59.       Left = 8
  60.       Top = 8
  61.       Width = 121
  62.       Height = 24
  63.       TabOrder = 0
  64.       Text = 'Edit1'
  65.     end
  66.     object CheckBox1: TCheckBox
  67.       Left = 8
  68.       Top = 52
  69.       Width = 97
  70.       Height = 17
  71.       Caption = 'CheckBox1'
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object GroupBox1: TGroupBox
  76.     Left = 24
  77.     Top = 112
  78.     Width = 197
  79.     Height = 61
  80.     Caption = 'GroupBox1'
  81.     TabOrder = 4
  82.     object Button2: TButton
  83.       Left = 8
  84.       Top = 20
  85.       Width = 89
  86.       Height = 33
  87.       Caption = 'Button2'
  88.       TabOrder = 0
  89.     end
  90.     object Button3: TButton
  91.       Left = 100
  92.       Top = 20
  93.       Width = 89
  94.       Height = 33
  95.       Caption = 'Button3'
  96.       TabOrder = 1
  97.     end
  98.   end
  99.   object RadioGroup1: TRadioGroup
  100.     Left = 28
  101.     Top = 180
  102.     Width = 201
  103.     Height = 89
  104.     Caption = 'RadioGroup1'
  105.     TabOrder = 5
  106.   end
  107.   object RadioButton1: TRadioButton
  108.     Left = 41
  109.     Top = 202
  110.     Width = 113
  111.     Height = 17
  112.     Caption = 'RadioButton1'
  113.     TabOrder = 6
  114.   end
  115.   object RadioButton2: TRadioButton
  116.     Left = 40
  117.     Top = 220
  118.     Width = 113
  119.     Height = 17
  120.     Caption = 'RadioButton2'
  121.     TabOrder = 7
  122.   end
  123.   object RadioButton3: TRadioButton
  124.     Left = 40
  125.     Top = 240
  126.     Width = 113
  127.     Height = 17
  128.     Caption = 'RadioButton3'
  129.     TabOrder = 8
  130.   end
  131.   object Resizer1: TResizer
  132.     Left = 4
  133.     Top = 4
  134.   end
  135. end
  136.